projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
621b3aa
)
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-82
author
Miles Bader
<miles@gnu.org>
Mon, 13 Feb 2006 22:57:54 +0000
(22:57 +0000)
committer
Miles Bader
<miles@gnu.org>
Mon, 13 Feb 2006 22:57:54 +0000
(22:57 +0000)
Creator: Michael Olson <mwolson@gnu.org>
Fix compiler error in erc-dcc.el.
lisp/erc/ChangeLog
patch
|
blob
|
history
lisp/erc/erc-dcc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/ChangeLog
b/lisp/erc/ChangeLog
index 4653f4177e5748fffafd450556c875c6f920eb46..3d44f87777c2249f4f368d99aa7edc624ab9075d 100644
(file)
--- a/
lisp/erc/ChangeLog
+++ b/
lisp/erc/ChangeLog
@@
-1,3
+1,7
@@
+2006-02-13 Michael Olson <mwolson@gnu.org>
+
+ * erc-dcc.el: Use (eval-when-compile (require 'cl)).
+
2006-02-12 Michael Olson <mwolson@gnu.org>
* erc-autoaway.el, erc-dcc.el, erc-ezbounce.el, erc-fill.el,
diff --git
a/lisp/erc/erc-dcc.el
b/lisp/erc/erc-dcc.el
index 9b1e136ce59cebeee00d8479703c079ad75b26a5..4b9172f06d79a36680c3d8bd6663f2e80e4475f3 100644
(file)
--- a/
lisp/erc/erc-dcc.el
+++ b/
lisp/erc/erc-dcc.el
@@
-55,7
+55,8
@@
(require 'erc)
(eval-when-compile
- (require 'pcomplete))
+ (require 'cl)
+ (require 'pcomplete))
(defgroup erc-dcc nil
"DCC stands for Direct Client Communication, where you and your